home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Object.dxr / 00086.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  224 b   |  9 lines

  1. on exitFrame
  2.   global objectlist, objpos, importflag, objpropertylist, hsrectlist, sidecounter
  3.   if importflag = 0 then
  4.     importpict()
  5.   end if
  6.   set sidecounter to 1
  7.   set hsrectlist to getaProp(objpropertylist, #hs)
  8. end
  9.